ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class
Properties


In This Topic
    CollectionViewEditRequest<T> Class Members
    In This Topic

    The following tables list the members exposed by CollectionViewEditRequest<T>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets which column of data will be acquired (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyThe request command type. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyIndicate the data of column should be distinct. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyGets the extra request data. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyThe items which is used for creating, updating or deleting.  
    Public PropertyThe page index. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyThe page size. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyGets or sets the skip items' count from the start. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyThe sort descriptions. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Public PropertyGets or sets the items' count required. (Inherited from C1.Web.Mvc.CollectionViewRequest<T>)
    Top
    See Also